home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Final Frontier 3
/
Final Frontier 3 (Disk 2 of 4).adf
/
devs
/
mountlist
< prev
next >
Wrap
Text File
|
1999-12-25
|
1KB
|
39 lines
/* MountList for V1.3 */
/* This is an example of a mount list entry for using the recoverable
ram disk. Depending on the amount of memory you wish to devote to
it, you may want to change the HighCyl value.
*/
RAD: Device = ramdrive.device
Unit = 0
Flags = 0
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0 ; HighCyl = 21
Buffers = 5
BufMemType = 1
#
/* Let's say you have an A2000 with an internal drive, and an external
drive, and you want to refer to the external drive as DF1: as well
as DF2: Well, this MountList entry will do it for you. This technique
can be extended to provide you with a drive A: and B: if you really
want.
*/
DF1: Device = trackdisk.device
Unit = 2
Flags = 1
Surfaces = 2
BlocksPerTrack = 11
Reserved = 2
Interleave = 0
LowCyl = 0 ; HighCyl = 79
Buffers = 20
BufMemType = 3
#